home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 July / EnigmA AMIGA RUN 09 (1996)(G.R. Edizioni)(IT)[!][issue 1996-07 & 08][EARSAN CD VIII].iso / earcd / comm1 / clsplt21.rdm < prev    next >
Text File  |  1996-06-17  |  6KB  |  138 lines

  1. Short:    Logfile splitter for CL 5.0 (Update)
  2. Author:   dawnrazor@alcatraz.org (Ralf Ramge), nik@alcatraz.org (Nicolai Zizka)
  3. Uploader: ramge@student.uni-kl.de (Ralf Ramge)
  4. Type:     comm/bbs
  5.  
  6. ---8<---  English
  7.  
  8. SplitLog is a tool for all Connectline 5.0 owners who want to  get  rid  of
  9. that  huge  logfile  in  CONNECTLINE:Log/. SplitLog splits the logfile into
  10. several  smaller  sublogs  depending  on  each   logentry's   logid   (e.g.
  11. CONNECTLINE:Log/CLSERVER  or CONNECTLINE:Log/CLMSORTIN). MUI 2.2 and WB 2.1
  12. or higher are necessary.
  13.  
  14. This is an update to version 2.1.
  15.  
  16. Features:
  17.  
  18.  - fastest log splitting tool for Connectline 5.0
  19.  - HD friendly; the sublogs are written one after the other instead keeping
  20.    them opened until the last logentry is being written
  21.  - progress display (MUI)
  22.  - batchfile support
  23.  - locale support (even when adding log entries), english and german catalogs
  24.    are included
  25.  - ultra-faaaaaaaast Shell-only-version included (approx. 500 log entries per
  26.    second on a standard A4000T/040/25)
  27.  
  28. Changes since version 1.11:
  29.  
  30.  - highly optimized data structures; the speed improvement was good enough
  31.    to add several MUI calls without wasting too much processor time
  32.  - lower memory fragmentation
  33.  - Sublogs are now saved to CONNECTLINE:Log/Sublogs/
  34.  - splitlog.batch is now executed with the name of the log backup as para-
  35.    meter and local environment variable (LOGBACKUPNAME)
  36.  - the window gets refreshed while reading the entries
  37.  - GA_Total looks much better now
  38.  - supports locale.library
  39.  - the name of the log backup is now always higher than the one of the last
  40.    one written
  41.  - LogID's are treated case insensitive. Sometimes the logentries were not
  42.    written in chronological order. (2.1)
  43.  
  44. Installation:
  45.  
  46. Just copy the catalogs to LOCALE:  and  the  executables  to  CONNECTLINE:,
  47. according to the directory structure of the archive.
  48.  
  49. Usage:
  50.  
  51. The archive contains two executables:
  52.  
  53. CONNECTLINE:c/SplitLog: designed for usage via Cron, very fast, but without
  54.                         user interface. Approx. 250% faster than the GUI
  55.                         version.
  56.  
  57. CONNECTLINE:Tools/SplitLog: execute it using the SplitLog-Entry in
  58.                             CL-Server's tools menu. This one features a
  59.                             MUI window with several progress displays.
  60.  
  61. Both version try to execute  the  file  CONNECTLINE:s/splitlog.batch  after
  62. finishing  their  work.  Don't  forget  to set the script bit, if you use a
  63. Shell-Script instead of an executable there. A local  environment  variable
  64. called  LOGBACKUPNAME  contains  the name of the log backup; the batch will
  65. also be executed with the name of the backup as parameter. So it should  be
  66. easy to copy it to any place on your harddisks.
  67.  
  68. The sublogs are copied to CONNECTLINE:Log/Sublogs/ for further use.
  69.  
  70. ---8<---  Deutsch
  71.  
  72. SplitLog ist ein Tool für alle Connectline 5.0-Kunden, welche  das  riesige
  73. Logfile  in  CONNECTLINE:Log/  loswerden  möchten.  SplitLog  splittet  das
  74. Logfile in mehrere kleinere Sublogs und richtet sich hierbei nach der LogID
  75. des     jeweiligen    Eintrags    /z.B.    CONNECTLINE:Log/CLSERVER    oder
  76. CONNECTLINE:Log/CLMSORTIN. MUI 2.2 und WB 2.1 oder höher werden benötigt.
  77.  
  78. Dies ist ein Update auf Version 2.1.
  79.  
  80. Features:
  81.  
  82.  - der schnellste Logsplitter für Connectline 5.0
  83.  - festplattenfreundlich; die einzelnen Sublogs werden nacheinander
  84.    angelegt, anstelle sie offen zu halten, bis der letzte Eintrag rausge-
  85.    schrieben wurde.
  86.  - Fortschrittsanzeige (MUI)
  87.  - Batchdatei-Unterstützung
  88.  - locale support (selbst wenn Logeinträge vorgenommen werden), deutsche
  89.    und englische Catalos sind im Archiv enthalten
  90.  - sauschnelle Shell-only-Version enthalten (ca. 500 Zeilen pro Sekunde
  91.    auf einem A4000T/040/25).
  92.  
  93. Changes seit Version 1.11:
  94.  
  95.  - stark verbesserte Datenstruktur; der Geschwindigkeitszuwachs war hoch
  96.    genug um mehrere MUI-Aufrufe vorzunehmen, ohne zuviel Rechenzeit zu
  97.    vergeuden
  98.  - niedrige Speicherfragmentierung
  99.  - Sublogs werden nun in CONNECTLINE:Log/Sublogs/ gespeichert
  100.  - splitlog.batch wird nun mit dem Namen des Logbackups als Parameter auf-
  101.    gerufen, ebenso wird eine lokale ENV-Variable (LOGBACKUPNAME) gesetzt
  102.  - während dem Einlesen der Einträge wird das Fenster refreshed
  103.  - GA_Total ist nun um einiges hübscher
  104.  - unterstützt locale.library
  105.  - Der Name des Logbackups ist nun immer höher als der des zuletzt ge-
  106.    schriebenen
  107.  - Die Namen der LogID's werden nun case-insensitiv behandelt. Manchmal
  108.    wurden sie nicht in der korrekten chronologischen Reihenfolge rausge-
  109.    schrieben (2.1)
  110.  
  111. Installation:
  112.  
  113. Entsprechend der Verzeichnisstruktur im Archiv die  Catalogs  nach  LOCALE:
  114. und die Programme nach CONNECTLINE: kopieren.
  115.  
  116. Benutzung:
  117.  
  118. Das Archiv enthält zwei Programme:
  119.  
  120. CONNECTLINE:c/SplitLog: entworfen für die Nutzung über den Cron. Sehr schnell,
  121.                         aber ohne Ausgaben. Ca. 250% schneller als die GUI-
  122.                         Version.
  123.  
  124. Connectline:Tools/Splitlog: Start über den SplitLog-Eintrag im Tools-Menü des
  125.                             CL-Servers. Diese Version verfügt über eine MUI-
  126.                             Oberfläche mit mehreren Fortschrittsanzeigen.
  127.  
  128. Beide  Versionen  versuchen,  das  File  CONNECTLINE:s/splitlog.batch  nach
  129. Beendigung  ihrer  Arbeit  zu  starten.  Nicht vergessen, das Skript-Bit zu
  130. setzen,  falls  man  hier  ein  Shell-Skript  anstelle  eines  ausführbaren
  131. Programmes verwendet. Eine lokale ENV-Variable namens LOGBACKUPNAME enthält
  132. den Namen des Logbackups; eine Batchdatei wird ebenso  mit  dem  Namen  des
  133. Backups  als Parameter aufgerufen. Daher sollte es relativ leicht sein, das
  134. Backup an irgendeine andere Stelle umzukopieren.
  135.  
  136. Die Sublogs werden zur weiteren  Verwendung  nach  CONNECTLINE:Log/Sublogs/
  137. geschrieben.
  138.